- <#list shoppingCart.items() as cartLine>
-
-
- <#if cartLine.getProductId()?exists>
- <#if cartLine.getParentProductId()?exists>
- <#assign parentProductId = cartLine.getParentProductId() />
- <#else>
- <#assign parentProductId = cartLine.getProductId() />
- #if>
- <#assign smallImageUrl = Static["org.ofbiz.product.product.ProductContentWrapper"].getProductContentAsText(cartLine.getProduct(), "SMALL_IMAGE_URL", locale, dispatcher)?if_exists />
- <#if !smallImageUrl?string?has_content><#assign smallImageUrl = "" />#if>
- <#if smallImageUrl?string?has_content>
-
- #if>
- #if>
- |
- ${cartLine.getName()?if_exists} |
- <@ofbizCurrency amount=cartLine.getDisplayPrice() isoCode=shoppingCart.getCurrency() /> |
-
- <#if cartLine.getIsPromo()>
- ${cartLine.getQuantity()?string.number}
- <#else>
-
-
- (${uiLabelMap.CommonRequired})
- (${uiLabelMap.CommonPleaseEnterValidNumberInThisField})
- #if>
- |
- <#if !cartLine.getIsPromo()>
- <@ofbizCurrency amount=cartLine.getOtherAdjustments() isoCode=shoppingCart.getCurrency() /> |
- <#else>
- <@ofbizCurrency amount=cartLine.getOtherAdjustments() isoCode=shoppingCart.getCurrency() /> |
- #if>
- <@ofbizCurrency amount=cartLine.getDisplayItemSubTotal() isoCode=shoppingCart.getCurrency() /> |
- <#if !cartLine.getIsPromo()>
-  |
- #if>
-
- #list>
-
-